home *** CD-ROM | disk | FTP | other *** search
- /*
- ** GadTools layout toolkit
- **
- ** Copyright © 1993-1996 by Olaf `Olsen' Barthel
- ** Freely distributable.
- */
-
- #ifndef _GTLAYOUT_GLOBAL_H
- #define _GTLAYOUT_GLOBAL_H 1
-
- #ifndef _GTLAYOUT_INCLUDES_H
- #include "gtlayout_includes.h"
- #endif // _GTLAYOUT_INCLUDES_H
-
- #ifndef _GTLAYOUT_H
- #include "gtlayout.h"
- #endif // _GTLAYOUT_H
-
- #ifndef _GTLAYOUT_INTERNAL_H
- #include "gtlayout_internal.h"
- #endif // _GTLAYOUT_INTERNAL_H
-
- #ifndef _GTLAYOUT_DATA_H
- #include "gtlayout_data.h"
- #endif // _GTLAYOUT_DATA_H
-
- #ifndef _GTLAYOUT_LIBPROTOS_H
- #include "gtlayout_libprotos.h"
- #endif // _GTLAYOUT_LIBPROTOS_H
-
- #endif // _GTLAYOUT_GLOBAL_H
-